x86: broadwell: Add an LPC driver
authorSimon Glass <[email protected]>
Sat, 12 Mar 2016 05:07:23 +0000 (22:07 -0700)
committerBin Meng <[email protected]>
Thu, 17 Mar 2016 02:27:26 +0000 (10:27 +0800)
commit08cb7420a2abe8fb0a99357f2a189c11bfc08d41
tree42b845e05e78529a60373971f66e8ccb376708b5
parentda3363d5d269d63747adbf7e067304206ae0d975
x86: broadwell: Add an LPC driver

Add a driver for the broadwell LPC (low-pin-count peripheral). This mostly
uses common code.

Signed-off-by: Simon Glass <[email protected]>
Acked-by: Bin Meng <[email protected]>
arch/x86/cpu/broadwell/Makefile
arch/x86/cpu/broadwell/lpc.c [new file with mode: 0644]
arch/x86/include/asm/arch-broadwell/lpc.h [new file with mode: 0644]